home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 896 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.5 KB

  1. Path: news.qb.island.net!frontier!rfunk
  2. Subject: PPP script help
  3. Newsgroups: comp.sys.amiga.networking
  4. Summary: 
  5. Keywords: 
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. From: rfunk@frontier.island.net (Ron_Funk)
  8. Message-ID: <rfunk.08vl@frontier.island.net>
  9. Date: Mon, 29 Jan 96 10:07:40 PST
  10. Organization: The Final Frontier
  11.  
  12. Hi all.
  13. I used the VARKNET disk set to install my PPP account and with a little
  14. editing, I was able to get Amosaic to work just fine ( :) ). Anyhoos I am
  15. having a bit of a problem with my server as he is a TIA type, whatever that
  16. really means. I installed this once before on another system and it worked
  17. jsut fine but with this system, for some reason I have nothing but
  18. problems. The techie's at this site are not much help. I have a dyanmic PPP
  19. account with an IP address of 204.50.61.2
  20.  
  21. Problem number one... grapevine won't load up, is says that the
  22. socket.library is not setup(it is) and also it is looking for INET: which I
  23. don't have and can't seem to find any reference anywhere. I have an older
  24. version and amybe should get a newer version if there is one but I assume
  25. that this will still be a problem.
  26.  
  27. Probem number two... newsgroups period, I have tried out MNews and have
  28. actually got it to start to scan the groups but after over 11,000 I run out
  29. of memory. I am not even sure if there is any easier way of browsing thru
  30. the groups. Any suggestions on this??? The host name(?) is called
  31. news.ark.com...
  32.  
  33. Problem number three... Mail seems to be a bit of a problem, it is spooled
  34. at their end under my name only. Tried Airmail and it will get it but then
  35. it is one big message. I just got AmiPOP and will be trying to see if that
  36. gets it but then I will have to find something to read it. I have been
  37. dl'ing like mad and filling up my harddrdive with all these programs.
  38. yuck....
  39.  
  40. Problem number four... It is not a real problem just don't understand it
  41. very well. On my shell that comes up there a few things that come up and I
  42. don't understand them. Why do I have to type my password in again, it is
  43. supposed to send it first thru the script? I get two localhost: bad
  44. value's, I changed one in the db/hosts to 204.50.61.2 nameserver.
  45.  
  46. Problem number five... I wish I could dial more than one phone number as
  47. this site has four. I just don't know enough to do it myself. Here is a
  48. copy of the one I am using.....
  49.  
  50. ECHO ON
  51. TIMEOUT 1500
  52. REDIAL "BUSY"
  53. ABORT "NO CARRIER", "NO DIALTONE"
  54. DELAY 100
  55. SEND "AT&D0"
  56. WAIT "OK"
  57. DELAY 5
  58. SEND "ATDT 4681915"
  59. WAIT "CONNECT"
  60. WAIT "ogin:"
  61. SEND "pilot"                        
  62. WAIT "assword:"
  63. SEND "*****"                      
  64.  
  65.  
  66. Also here is  a copy of my startnet script...
  67.  
  68. online devs:networks/ppp.device 0
  69.  
  70. ; log in
  71. echo
  72. echo login: pilot
  73. AmiTCP:bin/login -f pilot
  74. AmiTCP:bin/umask 022
  75. AmiTCP:AmiTCP
  76. WaitForPort AMITCP
  77. ; Configure loop-back device
  78. AmiTCP:bin/ifconfig lo0 localhost
  79. ; Configure ppp0
  80. ;AmiTCP:bin/ifconfig ppp0 {IPADDRESS} 0.0.0.0
  81. AMiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
  82. ; Add route to this host
  83. ;AmiTCP:bin/route add {IPADDRESS} localhost
  84. AMiTCP:bin/route add $ppp0iplocal localhost
  85. AMiTCP:bin/route add default $ppp0ipremote
  86. ;setenv HOSTNAME `AmiTCP:bin/hostname`
  87. Assign TCP: Exists > NIL:
  88. run AmiTCP:bin/inetd >NIL:
  89. IF Warn
  90.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  91. EndIf
  92.  
  93. runback AmiTCP:bin/mbwatch start logtime 10
  94.  
  95. run >NIL: AmiTCP:bin/CLChatServer
  96.  
  97.  
  98. I am trying to get mbwatch to clock my time as there seems to be no other
  99. program I can find. Any help in this would also be nice.
  100.  
  101. Thanks in advance to any or all that help me....  :)
  102.  
  103.  
  104.     RON
  105.         rfunk@frontier.island.net
  106.  
  107.